Is the form read-only?
Action:
Check if the form is read-only:
1) If the Database window is not active, activate the Database window.
2) Click the 'Forms' tab in the Database window.
3) Select the desired form from the list box. (The selected form is highlighted.)
4) Click 'Design'. (The form opens in Design view.)
5) Select the 'Edit' menu and select 'Select Form'. (The entire form is selected.)
6) Select the 'View' menu and select 'Properties'. (The form property sheet appears.)
7) Click the 'Data' tab.
8) To determine whether the form is read-only:
NOTE: If all of the following properties boxes contain 'No', the form is read-only.
a) Check if the 'AllowEdits' property box is set to 'No'.
NOTE: If this property is set to 'No', no editing of any existing records is allowed.
b) Check if the 'AllowAdditions' property box is set to 'No'.
NOTE: If this property is set to 'No', new records cannot be added.
c) Check if the 'AllowDeletions' property box is set to 'No'.
NOTE: If this property is set to 'No', existing records cannot be deleted.
the above three property boxes
Question:
Is the form read-only?
Responses:
Yes, the form is read-only
No, the form is not read-only